home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / Menu.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  343 b   |  15 lines

  1. on mouseUp
  2.   set spriteNum to the clickOn
  3.   puppetSound("CLICK.aif")
  4.   updateStage()
  5.   if spriteNum > 20 then
  6.     put "Mov" & spriteNum - 20 into field "JumpName_T"
  7.     go(the frame + 1)
  8.   else
  9.     put spriteNum - 10 into field "PhotoGRP_T"
  10.     put 1 into field "PhotoCUR_T"
  11.     put "P_BRO" into field "JumpName_T"
  12.     go("Jump")
  13.   end if
  14. end
  15.